Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/154 - Word For Alphabet Speak Aloud/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/154 - Word For Alphabet Speak Aloud/index.html
365 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Alphabets Word Pronounce</title>
<link rel="stylesh
script.js /cody/swapnilsparsh/30DaysOfJavaScript/154 - Word For Alphabet Speak Aloud/script.js
172 Views
0 Comments
// Declaring stuff
myName = ""; // declaring a variable for my easter egg
audioPlayer = document.getElementsByTagName('audio
style.css /cody/swapnilsparsh/30DaysOfJavaScript/154 - Word For Alphabet Speak Aloud/style.css
138 Views
0 Comments
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
-webkit-transition: all ease 0.3s;
transiti